PDF4Java Reference Documentation
com.o2sol.pdf4java.content.text Package / PDFTextSearchOptions Class / IGNORE_NEWLINE_SPACE Field
In This Topic
    IGNORE_NEWLINE_SPACE Field
    In This Topic
    By default, for search purposes, two consecutive lines of text are separated by a space. If this flag is set then the whole text in the PDF page is considered to be a single line without spaces between original text lines. Can be combined with any of the options above.
    Syntax
    public int IGNORE_NEWLINE_SPACE
    See Also